[INFO] fetching crate linked 1.0.14...
[INFO] fixing linked-1.0.14 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate linked 1.0.14 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate linked 1.0.14
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate linked 1.0.14
[INFO] tweaked toml for crates.io crate linked 1.0.14 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate linked 1.0.14 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate linked 1.0.14 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded linked_macros v1.0.14
[INFO] [stderr]   Downloaded pastey v0.2.3
[INFO] [stderr]   Downloaded simple-mermaid v0.2.0
[INFO] [stderr]   Downloaded seq-macro v0.3.6
[INFO] [stderr]   Downloaded mutants v0.0.4
[INFO] [stderr]   Downloaded proc-macro-error-attr3 v3.0.2
[INFO] [stderr]   Downloaded proc-macro-error3 v3.0.2
[INFO] [stderr]   Downloaded hash_hasher v2.0.4
[INFO] [stderr]   Downloaded unty-next v0.1.2
[INFO] [stderr]   Downloaded bincode-next v2.1.0
[INFO] [stderr]   Downloaded linked_macros_impl v1.0.14
[INFO] [stderr]   Downloaded gungraun v0.19.2
[INFO] [stderr]   Downloaded gungraun-macros v0.9.1
[INFO] [stderr]   Downloaded gungraun-runner v0.19.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 91c8e325ea68bd15089742c6feb3de880e23349051b1ad0af66ca3088f5007f5
[INFO] running `Command { std: "docker" "start" "91c8e325ea68bd15089742c6feb3de880e23349051b1ad0af66ca3088f5007f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "91c8e325ea68bd15089742c6feb3de880e23349051b1ad0af66ca3088f5007f5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "91c8e325ea68bd15089742c6feb3de880e23349051b1ad0af66ca3088f5007f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "91c8e325ea68bd15089742c6feb3de880e23349051b1ad0af66ca3088f5007f5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling proc-macro-error-attr3 v3.0.2
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]    Compiling gungraun-macros v0.9.1
[INFO] [stderr]     Checking unty-next v0.1.2
[INFO] [stderr]    Compiling gungraun v0.19.2
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking page_size v0.6.0
[INFO] [stderr]    Compiling pastey v0.2.3
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking hash_hasher v2.0.4
[INFO] [stderr]     Checking simple-mermaid v0.2.0
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]    Compiling mutants v0.0.4
[INFO] [stderr]    Compiling seq-macro v0.3.6
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking criterion-plot v0.8.2
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking regex v1.12.4
[INFO] [stderr]    Compiling linked_macros_impl v1.0.14
[INFO] [stderr]    Compiling proc-macro-error3 v3.0.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.52
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling linked_macros v1.0.14
[INFO] [stderr]     Checking linked v1.0.14 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]     Checking bincode-next v2.1.0
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking gungraun-runner v0.19.2
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking criterion v0.8.2
[INFO] [stdout] error[E0432]: unresolved import `many_cpus`
[INFO] [stdout]   --> benches/linked_static_thread_local_arc.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use many_cpus::{ProcessorSet, SystemHardware};
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `many_cpus`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `many_cpus`, use `cargo add many_cpus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `new_zealand`
[INFO] [stdout]   --> benches/linked_static_thread_local_arc.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use new_zealand::nz;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `new_zealand`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `new_zealand`, use `cargo add new_zealand` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `par_bench`
[INFO] [stdout]   --> benches/linked_static_thread_local_arc.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use par_bench::{Run, ThreadPool};
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `par_bench`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `par_bench`, use `cargo add par_bench` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `many_cpus`
[INFO] [stdout]   --> benches/linked_instance_per_thread.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use many_cpus::{ProcessorSet, SystemHardware};
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `many_cpus`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `many_cpus`, use `cargo add many_cpus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `new_zealand`
[INFO] [stdout]   --> benches/linked_instance_per_thread.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use new_zealand::nz;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `new_zealand`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `new_zealand`, use `cargo add new_zealand` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `par_bench`
[INFO] [stdout]   --> benches/linked_instance_per_thread.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use par_bench::{Run, ThreadPool};
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `par_bench`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `par_bench`, use `cargo add par_bench` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `many_cpus`
[INFO] [stdout]   --> benches/linked_static_thread_local_rc.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use many_cpus::{ProcessorSet, SystemHardware};
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `many_cpus`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `many_cpus`, use `cargo add many_cpus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `new_zealand`
[INFO] [stdout]   --> benches/linked_static_thread_local_rc.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use new_zealand::nz;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `new_zealand`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `new_zealand`, use `cargo add new_zealand` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `par_bench`
[INFO] [stdout]   --> benches/linked_static_thread_local_rc.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use par_bench::{Run, ThreadPool};
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `par_bench`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `par_bench`, use `cargo add par_bench` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `linked` (bench "linked_static_thread_local_arc") due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0432]: unresolved import `many_cpus`
[INFO] [stdout]   --> benches/linked_instance_per_thread_sync.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use many_cpus::{ProcessorSet, SystemHardware};
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `many_cpus`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `many_cpus`, use `cargo add many_cpus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `new_zealand`
[INFO] [stdout]   --> benches/linked_instance_per_thread_sync.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use new_zealand::nz;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `new_zealand`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `new_zealand`, use `cargo add new_zealand` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `par_bench`
[INFO] [stdout]   --> benches/linked_instance_per_thread_sync.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use par_bench::{Run, ThreadPool};
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `par_bench`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `par_bench`, use `cargo add par_bench` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `linked` (bench "linked_instance_per_thread") due to 3 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `linked` (bench "linked_static_thread_local_rc") due to 3 previous errors
[INFO] [stdout] error[E0432]: unresolved import `many_cpus`
[INFO] [stdout]   --> benches/linked_instances.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use many_cpus::{ProcessorSet, SystemHardware};
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `many_cpus`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `many_cpus`, use `cargo add many_cpus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `new_zealand`
[INFO] [stdout]   --> benches/linked_instances.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use new_zealand::nz;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `new_zealand`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `new_zealand`, use `cargo add new_zealand` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `par_bench`
[INFO] [stdout]   --> benches/linked_instances.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use par_bench::{Run, ThreadPool};
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `par_bench`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `par_bench`, use `cargo add par_bench` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `linked` (bench "linked_instance_per_thread_sync") due to 3 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `linked` (bench "linked_instances") due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "91c8e325ea68bd15089742c6feb3de880e23349051b1ad0af66ca3088f5007f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "91c8e325ea68bd15089742c6feb3de880e23349051b1ad0af66ca3088f5007f5", kill_on_drop: false }`
[INFO] [stdout] 91c8e325ea68bd15089742c6feb3de880e23349051b1ad0af66ca3088f5007f5
